google.golang.org/grpc/internal/transport.channelzData.kpCount (field)

5 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_client.go#L1715: 					atomic.AddInt64(&t.czData.kpCount, 1)
		http2_client.go#L1752: 		KeepAlivesSent:                  atomic.LoadInt64(&t.czData.kpCount),
		http2_server.go#L1192: 					atomic.AddInt64(&t.czData.kpCount, 1)
		http2_server.go#L1389: 		KeepAlivesSent:                   atomic.LoadInt64(&t.czData.kpCount),
		transport.go#L795: 	kpCount int64